'Declaration
Public Overloads Shared Function DateToStringWithMaxDefault( _ ByVal date As Nullable(Of Date) _ ) As String
'Usage
Dim date As Nullable(Of Date) Dim value As String value = Utils.DateToStringWithMaxDefault(date)
public static string DateToStringWithMaxDefault( Nullable<DateTime> date )
public: static string* DateToStringWithMaxDefault( Nullable<DateTime> date )
public: static String^ DateToStringWithMaxDefault( Nullable<DateTime> date )
Parameters
- date